home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / program / gtld3656.lha / GadUtil / Docs / AutoDocs / 10.GU_FreeGadgets < prev    next >
Text File  |  1995-06-18  |  639b  |  25 lines

  1. gadutil.library/GU_FreeGadgets                 gadutil.library/GU_FreeGadgets
  2.  
  3.    NAME
  4.     GU_FreeGadgets -- Free a linked list of gadgets.
  5.  
  6.    SYNOPSIS
  7.     GU_FreeGadgets(glist)
  8.                    A0
  9.  
  10.     VOID GU_FreeGadgets(struct Gadget *);
  11.  
  12.    FUNCTION
  13.     Frees all gadgets found on the linked list of gadgets beginning
  14.     with the specified one. Frees all the memory that was allocated
  15.     by GU_CreateGadgetA(). This function will return safely with no
  16.     action if it recieves a NULL parameter.
  17.  
  18.     Use this function in place of gadtools/FreeGadgets().
  19.  
  20.    INPUTS
  21.     glist - pointer to the first gadget in list to be freed
  22.  
  23.    SEE ALSO
  24.     GU_CreateGadgetA()
  25.